Add more directions to the issue templates
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 15 Jan 2021 14:20:09 +0000 (14:20 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 20 Jan 2021 14:10:17 +0000 (14:10 +0000)
Let's hope people read them.

.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Crash.md

index 61244a93c4e23fdd34123837d2d50763ba6a8e5c..4a47d305746065751f4a23bf399356389a15bb29 100644 (file)
@@ -1,4 +1,13 @@
+<!--
+  Please, read the CONTRIBUTING.md guide on how to file a new issue.
+
+  https://gitlab.gnome.org/GNOME/gtk/-/blob/master/CONTRIBUTING.md
+-->
 ## Steps to reproduce
+<!--
+  Please, explain the sequence of actions necessary to reproduce the
+  bug
+-->
 
  1. ...
  2. ...
@@ -32,5 +41,8 @@
 ## Additional information
 <!--
  - Screenshots or screen recordings are useful for visual errors
+  - Attaching a screenshot or a video without explaining the current
+    behavior and the actions necessary to reproduce the bug will lead
+    to the bug being closed
  - Please report any warning or message printed on the terminal
 -->
index a2531687cff727d8d1a53a9e123aaffda69e133c..2948affe1c03caf911772cffae9b57a6abe1420b 100644 (file)
@@ -1,4 +1,14 @@
+<!--
+  Please, read the CONTRIBUTING.md guide on how to file a new issue.
+
+  https://gitlab.gnome.org/GNOME/gtk/-/blob/master/CONTRIBUTING.md
+-->
+
 ## Steps to reproduce
+<!--
+  Please, explain the sequence of actions necessary to reproduce the
+  crash
+-->
 
  1. ...
  2. ...